A B C D E F G H I J K L M N O P R S T U V W X

A

AbstractCache<KeyT,ValT> - Class in com.github.droidfu.cachefu
A simple 2-level cache consisting of a small and fast in-memory cache (1st level cache) and an (optional) slower but bigger disk cache (2nd level cache).
AbstractCache(String, int, long, int) - Constructor for class com.github.droidfu.cachefu.AbstractCache
Creates a new cache instance.
add(CO) - Method in class com.github.droidfu.cachefu.CachedList
Synchronized method used to append an object to the list.
AmazingAdapter - Class in com.willowtreeapps.android.shared.lv
 
AmazingAdapter() - Constructor for class com.willowtreeapps.android.shared.lv.AmazingAdapter
 
AmazingListView - Class in com.willowtreeapps.android.shared.lv
A ListView that maintains a header pinned at the top of the list.
AmazingListView(Context) - Constructor for class com.willowtreeapps.android.shared.lv.AmazingListView
 
AmazingListView(Context, AttributeSet) - Constructor for class com.willowtreeapps.android.shared.lv.AmazingListView
 
AmazingListView(Context, AttributeSet, int) - Constructor for class com.willowtreeapps.android.shared.lv.AmazingListView
 
ANDROID_API_LEVEL - Static variable in class com.github.droidfu.support.DiagnosticSupport
 
apply(F) - Method in interface com.google.common.base.Function
Applies the function to an object of type F, resulting in an object of type T.
ArraySupport - Class in com.github.droidfu.support
 
ArraySupport() - Constructor for class com.github.droidfu.support.ArraySupport
 
AsynchronousComputationException - Exception in com.google.common.collect
Wraps an exception that occured during a computation in a different thread.
AsynchronousComputationException(Throwable) - Constructor for exception com.google.common.collect.AsynchronousComputationException
Creates a new instance with the given cause.

B

BetterHttp - Class in com.github.droidfu.http
 
BetterHttp() - Constructor for class com.github.droidfu.http.BetterHttp
 
BetterHttpRequest - Interface in com.github.droidfu.http
 
BetterHttpRequestBase - Class in com.github.droidfu.http
 
BetterHttpRequestRetryHandler - Class in com.github.droidfu.http
 
BetterHttpRequestRetryHandler(int) - Constructor for class com.github.droidfu.http.BetterHttpRequestRetryHandler
 
BetterHttpResponse - Interface in com.github.droidfu.http
 
BetterHttpResponseImpl - Class in com.github.droidfu.http
 
BetterHttpResponseImpl(HttpResponse) - Constructor for class com.github.droidfu.http.BetterHttpResponseImpl
 
bindSectionHeader(View, int, boolean) - Method in class com.willowtreeapps.android.shared.lv.AmazingAdapter
Configure the view (a listview item) to display headers or not based on displaySectionHeader (e.g.
BITMAP_EXTRA - Static variable in class com.github.droidfu.imageloader.ImageLoader
 

C

CachedHttpRequest - Class in com.github.droidfu.http
 
CachedHttpRequest(String) - Constructor for class com.github.droidfu.http.CachedHttpRequest
 
CachedHttpResponse - Class in com.github.droidfu.http
A response proxy returning data from a HttpResponseCache
CachedHttpResponse(String) - Constructor for class com.github.droidfu.http.CachedHttpResponse
 
CachedHttpResponse.ResponseData - Class in com.github.droidfu.http
 
CachedHttpResponse.ResponseData(int, byte[]) - Constructor for class com.github.droidfu.http.CachedHttpResponse.ResponseData
 
CachedList<CO extends CachedModel> - Class in com.github.droidfu.cachefu
Superclass of all list objects to be stored in ModelCache.
CachedList() - Constructor for class com.github.droidfu.cachefu.CachedList
Simple parameter-less constructor.
CachedList(Parcel) - Constructor for class com.github.droidfu.cachefu.CachedList
Constructor setting variables from parcel.
CachedList(Class<? extends CachedModel>) - Constructor for class com.github.droidfu.cachefu.CachedList
Constructor initializing class of objects stored.
CachedList(Class<? extends CachedModel>, int) - Constructor for class com.github.droidfu.cachefu.CachedList
Constructor initializing class of objects stored as well as initial length of list.
CachedList(Class<? extends CachedModel>, String) - Constructor for class com.github.droidfu.cachefu.CachedList
Constructor initializing class of objects stored as well as id used in key generation.
CachedModel - Class in com.github.droidfu.cachefu
Superclass of all objects to be stored in ModelCache.
CachedModel() - Constructor for class com.github.droidfu.cachefu.CachedModel
Simple parameter-less constructor.
CachedModel(Parcel) - Constructor for class com.github.droidfu.cachefu.CachedModel
Constructor setting variables from parcel.
CachedModel(String) - Constructor for class com.github.droidfu.cachefu.CachedModel
Constructor setting ID given.
CacheHelper - Class in com.github.droidfu.cachefu
 
CacheHelper() - Constructor for class com.github.droidfu.cachefu.CacheHelper
 
cacheToDisk(KeyT, ValT) - Method in class com.github.droidfu.cachefu.AbstractCache
 
cacheToDisk(String, byte[]) - Method in class com.willowtreeapps.android.shared.OAKImageCache
 
checkClientTrusted(X509Certificate[], String) - Method in class com.github.droidfu.http.ssl.TrivialTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class com.github.droidfu.http.ssl.TrivialTrustManager
 
clazz - Variable in class com.github.droidfu.cachefu.CachedList
Class type of object list
clear() - Method in class com.github.droidfu.cachefu.AbstractCache
 
clear() - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
clearCache() - Static method in class com.github.droidfu.imageloader.ImageLoader
Clears the 1st-level cache (in-memory cache).
clearCache() - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
com.android.contacts - package com.android.contacts
 
com.github.droidfu.cachefu - package com.github.droidfu.cachefu
 
com.github.droidfu.http - package com.github.droidfu.http
 
com.github.droidfu.http.ssl - package com.github.droidfu.http.ssl
 
com.github.droidfu.imageloader - package com.github.droidfu.imageloader
 
com.github.droidfu.support - package com.github.droidfu.support
 
com.google.common.base - package com.google.common.base
 
com.google.common.base.internal - package com.google.common.base.internal
 
com.google.common.collect - package com.google.common.collect
 
com.willowtreeapps.android.shared - package com.willowtreeapps.android.shared
 
com.willowtreeapps.android.shared.lv - package com.willowtreeapps.android.shared.lv
 
ComputationException - Exception in com.google.common.collect
Wraps an exception that occured during a computation.
ComputationException(Throwable) - Constructor for exception com.google.common.collect.ComputationException
Creates a new instance with the given cause.
concurrencyLevel(int) - Method in class com.google.common.collect.MapMaker
Guides the allowed concurrency among update operations.
configureHeaderView(int) - Method in class com.android.contacts.PinnedHeaderListView
 
configureHeaderView(int) - Method in class com.willowtreeapps.android.shared.lv.AmazingListView
 
configurePinnedHeader(View, int, int) - Method in interface com.android.contacts.PinnedHeaderListView.PinnedHeaderAdapter
Configures the pinned header view to match the first visible list item.
configurePinnedHeader(View, int, int) - Method in class com.willowtreeapps.android.shared.lv.AmazingAdapter
Configures the pinned header view to match the first visible list item.
ConnectionChangedBroadcastReceiver - Class in com.github.droidfu.http
 
ConnectionChangedBroadcastReceiver() - Constructor for class com.github.droidfu.http.ConnectionChangedBroadcastReceiver
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
containsKey(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
Checks if a value is present in the cache.
containsKeyInMemory(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
Checks if a value is present in the in-memory cache.
containsValue(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
Checks if the given value is currently hold in memory.
createDiagnosis(Activity, Exception) - Static method in class com.github.droidfu.support.DiagnosticSupport
 
createKey(String) - Method in class com.github.droidfu.cachefu.CachedList
 
createKey(String) - Method in class com.github.droidfu.cachefu.CachedModel
Method called to determine a key in the cache using the object's id e.g.:
createSocket() - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
CREATOR - Static variable in class com.github.droidfu.cachefu.CachedList
Creator object used for parcelling

D

DEFAULT_BUFFER_SIZE - Static variable in class com.github.droidfu.cachefu.AbstractCache
 
DEFAULT_HTTP_USER_AGENT - Static variable in class com.github.droidfu.http.BetterHttp
 
DEFAULT_MAX_CONNECTIONS - Static variable in class com.github.droidfu.http.BetterHttp
 
DEFAULT_POOL_SIZE - Static variable in class com.github.droidfu.imageloader.ImageLoader
 
DEFAULT_RETRY_HANDLER_SLEEP_TIME - Static variable in class com.github.droidfu.imageloader.ImageLoader
 
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.github.droidfu.http.BetterHttp
 
delete(String) - Static method in class com.github.droidfu.http.BetterHttp
 
delete(T[], int) - Static method in class com.github.droidfu.support.ArraySupport
 
describeContents() - Method in class com.github.droidfu.cachefu.CachedModel
 
DiagnosticSupport - Class in com.github.droidfu.support
 
DiagnosticSupport() - Constructor for class com.github.droidfu.support.DiagnosticSupport
 
dipToPx(Context, int) - Static method in class com.github.droidfu.support.DisplaySupport
 
DISK_CACHE_INTERNAL - Static variable in class com.github.droidfu.cachefu.AbstractCache
 
DISK_CACHE_SDCARD - Static variable in class com.github.droidfu.cachefu.AbstractCache
 
diskCacheDirectory - Variable in class com.github.droidfu.cachefu.AbstractCache
 
dispatchDraw(Canvas) - Method in class com.android.contacts.PinnedHeaderListView
 
dispatchDraw(Canvas) - Method in class com.willowtreeapps.android.shared.lv.AmazingListView
 
DisplaySupport - Class in com.github.droidfu.support
 
DisplaySupport() - Constructor for class com.github.droidfu.support.DisplaySupport
 
downloadImage() - Method in class com.github.droidfu.imageloader.ImageLoader
 
downloadImage(boolean) - Method in class com.willowtreeapps.android.shared.OAKImageLoader
 

E

EasySSLSocketFactory - Class in com.github.droidfu.http.ssl
This socket factory will create ssl socket that accepts self signed certificate
EasySSLSocketFactory() - Constructor for class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
enableDiskCache(Context, int) - Method in class com.github.droidfu.cachefu.AbstractCache
Enable caching to the phone's internal storage or SD card.
enableGZIPEncoding() - Static method in class com.github.droidfu.http.BetterHttp
Intercept requests to have them ask for GZip encoding and intercept responses to automatically wrap the response entity for reinflation.
enableResponseCache(int, long, int) - Static method in class com.github.droidfu.http.BetterHttp
Enables caching of HTTP responses.
enableResponseCache(Context, int, long, int, int) - Static method in class com.github.droidfu.http.BetterHttp
Enables caching of HTTP responses.
entrySet() - Method in class com.github.droidfu.cachefu.AbstractCache
 
equal(Object, Object) - Static method in class com.google.common.base.Objects
Determines whether two possibly-null objects are equal.
equals(Object) - Method in class com.github.droidfu.cachefu.CachedList
 
equals(Object) - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
equals(Object) - Method in interface com.google.common.base.Function
Indicates whether some other object is equal to this Function.
executor - Static variable in class com.github.droidfu.imageloader.ImageLoader
 
expectedStatusCodes - Variable in class com.github.droidfu.http.BetterHttpRequestBase
 
expecting(Integer...) - Method in interface com.github.droidfu.http.BetterHttpRequest
Define the set of HTTP status codes which you anticipate to be returned by the server, including error codes you'd like to explicitly handle.
expecting(Integer...) - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
expecting(Integer...) - Method in class com.github.droidfu.http.CachedHttpRequest
 
expiration(long, TimeUnit) - Method in class com.google.common.collect.MapMaker
Specifies that each entry should be automatically removed from the map once a fixed duration has passed since the entry's creation.
expirationInMinutes - Static variable in class com.github.droidfu.imageloader.ImageLoader
 

F

FilterAdapter<T extends Sectionable> - Class in com.willowtreeapps.android.shared.lv
User: mlake Date: 5/17/11 Time: 11:13 AM
FilterAdapter() - Constructor for class com.willowtreeapps.android.shared.lv.FilterAdapter
 
FinalizableReference - Interface in com.google.common.base
Implemented by references that have code to run after garbage collection of their referents.
FinalizableReferenceQueue - Class in com.google.common.base
A reference queue with an associated background thread that dequeues references and invokes FinalizableReference.finalizeReferent() on them.
FinalizableReferenceQueue() - Constructor for class com.google.common.base.FinalizableReferenceQueue
Constructs a new queue.
FinalizableSoftReference<T> - Class in com.google.common.base
Soft reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableSoftReference(T, FinalizableReferenceQueue) - Constructor for class com.google.common.base.FinalizableSoftReference
Constructs a new finalizable soft reference.
FinalizableWeakReference<T> - Class in com.google.common.base
Weak reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableWeakReference(T, FinalizableReferenceQueue) - Constructor for class com.google.common.base.FinalizableWeakReference
Constructs a new finalizable weak reference.
Finalizer - Class in com.google.common.base.internal
Thread that finalizes referents.
finalizeReferent() - Method in interface com.google.common.base.FinalizableReference
Invoked on a background thread after the referent has been garbage collected unless security restrictions prevented starting a background thread, in which case this method is invoked when new references are created.
find(ModelCache, String, Class<? extends CachedModel>) - Static method in class com.github.droidfu.cachefu.CachedModel
Method for looking up object in cache.
find(T[], T) - Static method in class com.github.droidfu.support.ArraySupport
Attempts to find an object in a potentially unsorted array.
fingerprint() - Method in interface com.willowtreeapps.android.shared.ImageTransformation
 
FlushedInputStream - Class in com.willowtreeapps.android.shared
Bug fix for Android bug #6066: http://code.google.com/p/android/issues/detail?id=6066
FlushedInputStream(InputStream) - Constructor for class com.willowtreeapps.android.shared.FlushedInputStream
 
Function<F,T> - Interface in com.google.common.base
A transformation from one object to another.

G

get(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
Reads a value from the cache by probing the in-memory cache, and if enabled and the in-memory probe was a miss, the disk cache.
get(int) - Method in class com.github.droidfu.cachefu.CachedList
Synchronized method used to get an object from the live list.
get(String) - Static method in class com.github.droidfu.http.BetterHttp
 
get(String, boolean) - Static method in class com.github.droidfu.http.BetterHttp
 
getAcceptedIssuers() - Method in class com.github.droidfu.http.ssl.TrivialTrustManager
 
getAdapter() - Method in class com.willowtreeapps.android.shared.lv.AmazingListView
 
getAmazingView(int, View, ViewGroup) - Method in class com.willowtreeapps.android.shared.lv.AmazingAdapter
read: get view too
getAndroidId(Context) - Static method in class com.github.droidfu.support.DiagnosticSupport
Returns the ANDROID_ID unique device ID for the current device.
getAndroidId(Context, String) - Static method in class com.github.droidfu.support.DiagnosticSupport
Same as DiagnosticSupport.getAndroidId(Context), but never returns null.
getApplicationVersionString(Context) - Static method in class com.github.droidfu.support.DiagnosticSupport
 
getBitmap(Object) - Method in class com.github.droidfu.cachefu.ImageCache
 
getBitmap(Object) - Method in class com.willowtreeapps.android.shared.OAKImageCache
 
getCacheAllocated() - Method in class com.willowtreeapps.android.shared.OAKImageCache
 
getCacheLimit() - Method in class com.willowtreeapps.android.shared.OAKImageCache
 
getContext() - Method in class com.willowtreeapps.android.shared.OAKImageCache
 
getCount() - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
getDefaultError() - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
getDefaultHeaders() - Static method in class com.github.droidfu.http.BetterHttp
 
getDefaultLoading() - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
getDiskCacheDirectory() - Method in class com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
getErrorDrawable() - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
getFileForKey(KeyT) - Method in class com.github.droidfu.cachefu.AbstractCache
 
getFileNameForKey(KeyT) - Method in class com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
getFileNameForKey(String) - Method in class com.github.droidfu.cachefu.HttpResponseCache
 
getFileNameForKey(String) - Method in class com.github.droidfu.cachefu.ImageCache
 
getFileNameForKey(String) - Method in class com.github.droidfu.cachefu.ModelCache
 
getFileNameFromUrl(String) - Static method in class com.github.droidfu.cachefu.CacheHelper
 
getFilter() - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
getHeader(String) - Method in interface com.github.droidfu.http.BetterHttpResponse
 
getHeader(String) - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
getHeader(String) - Method in class com.github.droidfu.http.CachedHttpResponse
 
getHttpClient() - Static method in class com.github.droidfu.http.BetterHttp
 
getId() - Method in class com.github.droidfu.cachefu.CachedModel
Returns ID of object used in key generation.
getImageArea(byte[]) - Method in class com.willowtreeapps.android.shared.OAKImageCache
 
getImageCache() - Static method in class com.github.droidfu.imageloader.ImageLoader
Returns the image cache backing this image loader.
getImageCache() - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
getImageUrl() - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
getImageView() - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
getInheritableThreadLocalsField() - Static method in class com.google.common.base.internal.Finalizer
 
getItem(int) - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
getItemId(int) - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
getKey() - Method in class com.github.droidfu.cachefu.CachedModel
 
getList() - Method in class com.github.droidfu.cachefu.CachedList
Synchronized method to get a copy of the list in its current state.
getPinnedHeaderState(int) - Method in interface com.android.contacts.PinnedHeaderListView.PinnedHeaderAdapter
Computes the desired state of the pinned header for the given position of the first visible list item.
getPinnedHeaderState(int) - Method in class com.willowtreeapps.android.shared.lv.AmazingAdapter
Computes the desired state of the pinned header for the given position of the first visible list item.
getPositionForSection(int) - Method in class com.willowtreeapps.android.shared.lv.AmazingAdapter
 
getPositionForSection(int) - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
getPrintedUrl(String, ImageTransformation...) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
getPrintedUrl() - Method in class com.willowtreeapps.android.shared.OAKImageLoaderHandler
 
getRequestUrl() - Method in interface com.github.droidfu.http.BetterHttpRequest
 
getRequestUrl() - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
getRequestUrl() - Method in class com.github.droidfu.http.CachedHttpRequest
 
getResponseBody() - Method in interface com.github.droidfu.http.BetterHttpResponse
 
getResponseBody() - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
getResponseBody() - Method in class com.github.droidfu.http.CachedHttpResponse
 
getResponseBody() - Method in class com.github.droidfu.http.CachedHttpResponse.ResponseData
 
getResponseBodyAsBytes() - Method in interface com.github.droidfu.http.BetterHttpResponse
 
getResponseBodyAsBytes() - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
getResponseBodyAsBytes() - Method in class com.github.droidfu.http.CachedHttpResponse
 
getResponseBodyAsString() - Method in interface com.github.droidfu.http.BetterHttpResponse
 
getResponseBodyAsString() - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
getResponseBodyAsString() - Method in class com.github.droidfu.http.CachedHttpResponse
 
getResponseCache() - Static method in class com.github.droidfu.http.BetterHttp
 
getScreenDensity(Context) - Static method in class com.github.droidfu.support.DisplaySupport
 
getSection() - Method in interface com.willowtreeapps.android.shared.lv.Sectionable
 
getSectionForPosition(int) - Method in class com.willowtreeapps.android.shared.lv.AmazingAdapter
 
getSectionForPosition(int) - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
getSections() - Method in class com.willowtreeapps.android.shared.lv.AmazingAdapter
 
getSections() - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
getSectionsWithFullName() - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
getSocketTimeout() - Static method in class com.github.droidfu.http.BetterHttp
 
getStatusCode() - Method in interface com.github.droidfu.http.BetterHttpResponse
 
getStatusCode() - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
getStatusCode() - Method in class com.github.droidfu.http.CachedHttpResponse
 
getStatusCode() - Method in class com.github.droidfu.http.CachedHttpResponse.ResponseData
 
getTimesRetried() - Method in class com.github.droidfu.http.BetterHttpRequestRetryHandler
 
getView(int, View, ViewGroup) - Method in class com.willowtreeapps.android.shared.lv.AmazingAdapter
 

H

handleImageLoaded(Bitmap, Message) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
Override this method if you need custom handler logic.
handleImageLoaded(Bitmap, Message) - Method in class com.willowtreeapps.android.shared.OAKImageLoaderHandler
Override this method if you need custom handler logic.
handleImageLoadedMessage(Message) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
handleMessage(Message) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
HANDLER_MESSAGE_ID - Static variable in class com.github.droidfu.imageloader.ImageLoader
 
handleResponse(HttpResponse) - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
hashCode() - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
hashCode(Object...) - Static method in class com.google.common.base.Objects
Generates a hash code for multiple values.
HTTP_CONTENT_TYPE_HEADER - Static variable in class com.github.droidfu.http.BetterHttpRequestBase
 
httpClient - Variable in class com.github.droidfu.http.BetterHttpRequestBase
 
HttpResponseCache - Class in com.github.droidfu.cachefu
Allows caching HTTP responses (only status code and payload at the moment) using the features provided by AbstractCache.
HttpResponseCache(int, long, int) - Constructor for class com.github.droidfu.cachefu.HttpResponseCache
 

I

IMAGE_URL_EXTRA - Static variable in class com.github.droidfu.imageloader.ImageLoader
 
ImageCache - Class in com.github.droidfu.cachefu
Implements a cache capable of caching image files.
ImageCache(int, long, int) - Constructor for class com.github.droidfu.cachefu.ImageCache
 
imageCache - Static variable in class com.github.droidfu.imageloader.ImageLoader
 
ImageLoader - Class in com.github.droidfu.imageloader
Realizes an background image loader backed by a two-level FIFO cache.
ImageLoader(String, ImageLoaderHandler) - Constructor for class com.github.droidfu.imageloader.ImageLoader
 
ImageLoaderHandler - Class in com.github.droidfu.imageloader
 
ImageLoaderHandler(ImageView, String) - Constructor for class com.github.droidfu.imageloader.ImageLoaderHandler
 
ImageLoaderHandler(ImageView, String, Drawable) - Constructor for class com.github.droidfu.imageloader.ImageLoaderHandler
 
ImageTransformation - Interface in com.willowtreeapps.android.shared
 
initialCapacity(int) - Method in class com.google.common.collect.MapMaker
Sets a custom initial capacity (defaults to 16).
initialize(Context) - Static method in class com.github.droidfu.imageloader.ImageLoader
This method must be called before any other method is invoked on this class.
initialize(Context, long) - Static method in class com.github.droidfu.imageloader.ImageLoader
 
initialize(Context, int) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
This method must be called before any other method is invoked on this class.
IntentSupport - Class in com.github.droidfu.support
 
IntentSupport() - Constructor for class com.github.droidfu.support.IntentSupport
 
INTERNAL_CACHING - Static variable in class com.willowtreeapps.android.shared.OAKImageLoader
 
isDiskCacheEnabled() - Method in class com.github.droidfu.cachefu.AbstractCache
 
isEmpty() - Method in class com.github.droidfu.cachefu.AbstractCache
 
isIntentAvailable(Context, String, Uri, String) - Static method in class com.github.droidfu.support.IntentSupport
Checks whether there are applications installed which are able to handle the given action/data.
isIntentAvailable(Context, String, String) - Static method in class com.github.droidfu.support.IntentSupport
Checks whether there are applications installed which are able to handle the given action/type.
isIntentAvailable(Context, Intent) - Static method in class com.github.droidfu.support.IntentSupport
Checks whether there are applications installed which are able to handle the given intent.
isPositionBottomOfSection(int) - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
isPositionTopOfSection(int) - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
isSafeMode() - Method in class com.willowtreeapps.android.shared.OAKImageCache
 
isSafeMode() - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
isSecure(Socket) - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 

J

join(T[], T[]) - Static method in class com.github.droidfu.support.ArraySupport
 

K

keySet() - Method in class com.github.droidfu.cachefu.AbstractCache
 

L

list - Variable in class com.github.droidfu.cachefu.CachedList
List of objects.
LOG_TAG - Static variable in class com.willowtreeapps.android.shared.OAKImageCache
 

M

makeComputingMap(Function<? super K, ? extends V>) - Method in class com.google.common.collect.MapMaker
Builds a map that supports atomic, on-demand computation of values.
makeMap() - Method in class com.google.common.collect.MapMaker
Builds the final map, without on-demand computation of values.
MapMaker - Class in com.google.common.collect
A ConcurrentMap builder, providing any combination of these features: soft or weak keys, soft or weak values, timed expiration, and on-demand computation of values.
MapMaker() - Constructor for class com.google.common.collect.MapMaker
Constructs a new MapMaker instance with default settings, including strong keys, strong values, and no automatic expiration.
maxRetries - Variable in class com.github.droidfu.http.BetterHttpRequestBase
 
MIME_TYPE_EMAIL - Static variable in class com.github.droidfu.support.IntentSupport
 
MIME_TYPE_TEXT - Static variable in class com.github.droidfu.support.IntentSupport
 
ModelCache - Class in com.github.droidfu.cachefu
Allows caching Model objects using the features provided by AbstractCache.
ModelCache(int, long, int) - Constructor for class com.github.droidfu.cachefu.ModelCache
Creates an AbstractCache with params provided and name 'ModelCache'.

N

newCallNumberIntent(String) - Static method in class com.github.droidfu.support.IntentSupport
Creates an intent that will immediately dispatch a call to the given number.
newDialNumberIntent(String) - Static method in class com.github.droidfu.support.IntentSupport
Creates an intent that will open the phone app and enter the given number.
newEmailIntent(Context, String, String, String) - Static method in class com.github.droidfu.support.IntentSupport
 
newMapsIntent(String, String) - Static method in class com.github.droidfu.support.IntentSupport
 
newSelectPictureIntent() - Static method in class com.github.droidfu.support.IntentSupport
Creates an intent which when fired, will launch the phone's picture gallery to select a picture from it.
newShareIntent(Context, String, String, String) - Static method in class com.github.droidfu.support.IntentSupport
 
newTakePictureIntent(File) - Static method in class com.github.droidfu.support.IntentSupport
Creates an intent which when fired, will launch the camera to take a picture that's saved to a temporary file so you can use it directly without going through the gallery.
NO_DISK_CACHING - Static variable in class com.willowtreeapps.android.shared.OAKImageLoader
 
notifyImageLoaded(String, Bitmap) - Method in class com.github.droidfu.imageloader.ImageLoader
 
notifyImageLoaded(String, Bitmap) - Method in class com.willowtreeapps.android.shared.OAKImageLoader
 
numRetries - Static variable in class com.github.droidfu.imageloader.ImageLoader
 

O

OAK - Interface in com.willowtreeapps.android.shared
User: mlake Date: 10/17/11 Time: 12:19 PM
OAKImageCache - Class in com.willowtreeapps.android.shared
 
OAKImageCache(int, long, int) - Constructor for class com.willowtreeapps.android.shared.OAKImageCache
 
OAKImageLoader - Class in com.willowtreeapps.android.shared
 
OAKImageLoaderHandler - Class in com.willowtreeapps.android.shared
 
OAKImageLoaderHandler(ImageView, String) - Constructor for class com.willowtreeapps.android.shared.OAKImageLoaderHandler
 
OAKImageLoaderHandler(ImageView, String, Drawable) - Constructor for class com.willowtreeapps.android.shared.OAKImageLoaderHandler
 
Objects - Class in com.google.common.base
Helper functions that can operate on any Object.
onLayout(boolean, int, int, int, int) - Method in class com.android.contacts.PinnedHeaderListView
 
onLayout(boolean, int, int, int, int) - Method in class com.willowtreeapps.android.shared.lv.AmazingListView
 
onLayout(boolean, int, int, int, int) - Method in class com.willowtreeapps.android.shared.ResizedTextView
 
onMeasure(int, int) - Method in class com.android.contacts.PinnedHeaderListView
 
onMeasure(int, int) - Method in class com.willowtreeapps.android.shared.lv.AmazingListView
 
onReceive(Context, Intent) - Method in class com.github.droidfu.http.ConnectionChangedBroadcastReceiver
 
onScroll(AbsListView, int, int, int) - Method in class com.willowtreeapps.android.shared.lv.AmazingAdapter
 
onScrollStateChanged(AbsListView, int) - Method in class com.willowtreeapps.android.shared.lv.AmazingAdapter
 

P

PINNED_HEADER_GONE - Static variable in interface com.android.contacts.PinnedHeaderListView.PinnedHeaderAdapter
Pinned header state: don't show the header.
PINNED_HEADER_GONE - Static variable in class com.willowtreeapps.android.shared.lv.AmazingAdapter
Pinned header state: don't show the header.
PINNED_HEADER_PUSHED_UP - Static variable in interface com.android.contacts.PinnedHeaderListView.PinnedHeaderAdapter
Pinned header state: show the header.
PINNED_HEADER_PUSHED_UP - Static variable in class com.willowtreeapps.android.shared.lv.AmazingAdapter
Pinned header state: show the header.
PINNED_HEADER_VISIBLE - Static variable in interface com.android.contacts.PinnedHeaderListView.PinnedHeaderAdapter
Pinned header state: show the header at the top of the list.
PINNED_HEADER_VISIBLE - Static variable in class com.willowtreeapps.android.shared.lv.AmazingAdapter
Pinned header state: show the header at the top of the list.
PinnedHeaderListView - Class in com.android.contacts
A ListView that maintains a header pinned at the top of the list.
PinnedHeaderListView(Context) - Constructor for class com.android.contacts.PinnedHeaderListView
 
PinnedHeaderListView(Context, AttributeSet) - Constructor for class com.android.contacts.PinnedHeaderListView
 
PinnedHeaderListView(Context, AttributeSet, int) - Constructor for class com.android.contacts.PinnedHeaderListView
 
PinnedHeaderListView.PinnedHeaderAdapter - Interface in com.android.contacts
Adapter interface.
post(String) - Static method in class com.github.droidfu.http.BetterHttp
 
post(String, HttpEntity) - Static method in class com.github.droidfu.http.BetterHttp
 
preCache(String[], ImageTransformation...) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
Downloads images in urls array and applies transformations to each.
PREFER_INTERNAL - Static variable in class com.willowtreeapps.android.shared.OAKImageLoader
 
PREFER_SD - Static variable in class com.willowtreeapps.android.shared.OAKImageLoader
 
printedUrl - Variable in class com.willowtreeapps.android.shared.OAKImageLoaderHandler
 
put(KeyT, ValT) - Method in class com.github.droidfu.cachefu.AbstractCache
Writes an element to the cache.
put(String, CachedModel) - Method in class com.github.droidfu.cachefu.ModelCache
 
put(String) - Static method in class com.github.droidfu.http.BetterHttp
 
put(String, HttpEntity) - Static method in class com.github.droidfu.http.BetterHttp
 
put(String, byte[]) - Method in class com.willowtreeapps.android.shared.OAKImageCache
 
putAll(Map<? extends KeyT, ? extends ValT>) - Method in class com.github.droidfu.cachefu.AbstractCache
 
putToDisk(String, byte[]) - Method in class com.willowtreeapps.android.shared.OAKImageCache
 

R

readFromParcel(Parcel) - Method in class com.github.droidfu.cachefu.CachedList
 
readFromParcel(Parcel) - Method in class com.github.droidfu.cachefu.CachedModel
Saves data to parcel.
readValueFromDisk(File) - Method in class com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
readValueFromDisk(File) - Method in class com.github.droidfu.cachefu.HttpResponseCache
 
readValueFromDisk(File) - Method in class com.github.droidfu.cachefu.ImageCache
 
readValueFromDisk(File) - Method in class com.github.droidfu.cachefu.ModelCache
 
reload(ModelCache) - Method in class com.github.droidfu.cachefu.CachedList
 
reload(ModelCache) - Method in class com.github.droidfu.cachefu.CachedModel
Attempts to reload any new data from cache.
reloadFromCachedModel(ModelCache, CachedModel) - Method in class com.github.droidfu.cachefu.CachedList
 
reloadFromCachedModel(ModelCache, CachedModel) - Method in class com.github.droidfu.cachefu.CachedModel
Method called to reload any data from a more recently stored object e.g.:
remove(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
 
removeAllWithPrefix(String) - Method in class com.github.droidfu.cachefu.HttpResponseCache
 
removeAllWithPrefix(String) - Method in class com.github.droidfu.cachefu.ImageCache
 
removeAllWithPrefix(String) - Method in class com.github.droidfu.cachefu.ModelCache
Removes all cached objects with key prefix.
removeAllWithStringPrefix(AbstractCache<String, ?>, String) - Static method in class com.github.droidfu.cachefu.CacheHelper
 
removeKey(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
 
replaceDataInSection(String, List<T>) - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
request - Variable in class com.github.droidfu.http.BetterHttpRequestBase
 
ResizedTextView - Class in com.willowtreeapps.android.shared
 
ResizedTextView(Context) - Constructor for class com.willowtreeapps.android.shared.ResizedTextView
 
ResizedTextView(Context, AttributeSet) - Constructor for class com.willowtreeapps.android.shared.ResizedTextView
 
ResizedTextView(Context, AttributeSet, int) - Constructor for class com.willowtreeapps.android.shared.ResizedTextView
 
retries(int) - Method in interface com.github.droidfu.http.BetterHttpRequest
Set maximum number of retries for this particular request.
retries(int) - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
retries(int) - Method in class com.github.droidfu.http.CachedHttpRequest
 
retrieveImageData() - Method in class com.github.droidfu.imageloader.ImageLoader
 
retrieveImageData() - Method in class com.willowtreeapps.android.shared.OAKImageLoader
Uses a BufferedHttpEntity to write to a byte array, to ensure that the complete data is loaded.
retryRequest(IOException, int, HttpContext) - Method in class com.github.droidfu.http.BetterHttpRequestRetryHandler
 
run() - Method in class com.github.droidfu.imageloader.ImageLoader
The job method run on a worker thread.
run() - Method in class com.google.common.base.internal.Finalizer
Loops continuously, pulling references off the queue and cleaning them up.
run() - Method in class com.willowtreeapps.android.shared.OAKImageLoader
 

S

save(ModelCache) - Method in class com.github.droidfu.cachefu.CachedModel
Attempts to store the object in the cache using this object's key.
save(ModelCache, String) - Method in class com.github.droidfu.cachefu.CachedModel
Attempts to save the object in the cache using a given key.
scaleDrawable(Context, int, int, int) - Static method in class com.github.droidfu.support.DisplaySupport
 
SCREEN_DENSITY_HIGH - Static variable in class com.github.droidfu.support.DisplaySupport
 
SCREEN_DENSITY_LOW - Static variable in class com.github.droidfu.support.DisplaySupport
 
SCREEN_DENSITY_MEDIUM - Static variable in class com.github.droidfu.support.DisplaySupport
 
SD_CACHING - Static variable in class com.willowtreeapps.android.shared.OAKImageLoader
 
Sectionable - Interface in com.willowtreeapps.android.shared.lv
User: mlake Date: 5/18/11 Time: 10:14 AM
send() - Method in interface com.github.droidfu.http.BetterHttpRequest
Sends the current request.
send() - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
send() - Method in class com.github.droidfu.http.CachedHttpRequest
 
set(int, CO) - Method in class com.github.droidfu.cachefu.CachedList
Synchronized method used to set an object at a location in the list.
setAdapter(ListAdapter) - Method in class com.android.contacts.PinnedHeaderListView
 
setAdapter(ListAdapter) - Method in class com.willowtreeapps.android.shared.lv.AmazingListView
 
setCacheLimit(int) - Method in class com.willowtreeapps.android.shared.OAKImageCache
Set how large the cache may grow before old images are discarded.
setContext(Context) - Static method in class com.github.droidfu.http.BetterHttp
 
setContext(Context) - Method in class com.willowtreeapps.android.shared.OAKImageCache
 
setData(List<T>) - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
setDataManually(List<Pair<String, List<T>>>) - Method in class com.willowtreeapps.android.shared.lv.FilterAdapter
 
setDefaultError(Drawable) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
Sets the default error drawable- to use when there was an error in loading the image.
setDefaultHeader(String, String) - Static method in class com.github.droidfu.http.BetterHttp
 
setDefaultLoading(Drawable) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
Sets the default "dummy" drawable- to use while loading.
setDiskCacheEnabled(String) - Method in class com.github.droidfu.cachefu.AbstractCache
 
setErrorDrawable(Drawable) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
setHttpClient(AbstractHttpClient) - Static method in class com.github.droidfu.http.BetterHttp
 
setId(String) - Method in class com.github.droidfu.cachefu.CachedModel
Set ID of object used in key generation.
setImageUrl(String) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
setImageView(ImageView) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
setLoading(ImageView, Drawable) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
Sets an image in the loading state.
setMaxDownloadAttempts(int) - Static method in class com.github.droidfu.imageloader.ImageLoader
 
setMaximumConnections(int) - Static method in class com.github.droidfu.http.BetterHttp
 
setPinnedHeaderView(View) - Method in class com.android.contacts.PinnedHeaderListView
 
setPinnedHeaderView(View) - Method in class com.willowtreeapps.android.shared.lv.AmazingListView
 
setPortForScheme(String, int) - Static method in class com.github.droidfu.http.BetterHttp
 
setPrintedUrl(String) - Method in class com.willowtreeapps.android.shared.OAKImageLoaderHandler
 
setSafeMode(boolean) - Method in class com.willowtreeapps.android.shared.OAKImageCache
 
setSafeMode(boolean, int) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
If Safe Mode is enabled, checks are performed to ensure that a bitmap will fit in available memory before it is inflated.
setSocketTimeout(int) - Static method in class com.github.droidfu.http.BetterHttp
Adjust the socket timeout, i.e.
setSpinning(View) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
Gets a "spinning" animation to use with a loading dialog.
setThreadPoolSize(int) - Static method in class com.github.droidfu.imageloader.ImageLoader
 
setupHttpClient() - Static method in class com.github.droidfu.http.BetterHttp
 
setUserAgent(String) - Static method in class com.github.droidfu.http.BetterHttp
 
size() - Method in class com.github.droidfu.cachefu.AbstractCache
 
size() - Method in class com.github.droidfu.cachefu.CachedList
Synchronized method used to return size of list.
skip(long) - Method in class com.willowtreeapps.android.shared.FlushedInputStream
 
softKeys() - Method in class com.google.common.collect.MapMaker
Specifies that each key (not value) stored in the map should be wrapped in a SoftReference (by default, strong references are used).
softValues() - Method in class com.google.common.collect.MapMaker
Specifies that each value (not key) stored in the map should be wrapped in a SoftReference (by default, strong references are used).
spinLoading - Static variable in class com.willowtreeapps.android.shared.OAKImageLoader
 
splitByCharacterTypeCamelCase(String) - Static method in class com.github.droidfu.support.StringSupport
Splits a String by Character type as returned by java.lang.Character.getType(char).
start(String, ImageView) - Static method in class com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and view.
start(String, ImageView, Drawable, Drawable) - Static method in class com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and view and sets a dummy image while waiting for the download to finish.
start(String, ImageLoaderHandler) - Static method in class com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and handler.
start(String, ImageLoaderHandler, Drawable, Drawable) - Static method in class com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and handler.
start(String, OAKImageLoaderHandler) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
start(String, OAKImageLoaderHandler, ImageTransformation...) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
start(String, ImageView, Drawable, Drawable) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
start(String, ImageView, Drawable, Drawable, ImageTransformation...) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
start(String, ImageView) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
start(String, ImageView, ImageTransformation...) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
start(String, OAKImageLoaderHandler, Drawable, Drawable, ImageTransformation...) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
start(String, OAKImageLoaderHandler, Drawable, Drawable) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
start(String, ImageView, OAKImageLoaderHandler, Drawable, Drawable, ImageTransformation...) - Static method in class com.willowtreeapps.android.shared.OAKImageLoader
 
startFinalizer(Class<?>, Object) - Static method in class com.google.common.base.internal.Finalizer
Starts the Finalizer thread.
StringSupport - Class in com.github.droidfu.support
 
StringSupport() - Constructor for class com.github.droidfu.support.StringSupport
 

T

TAG - Static variable in class com.willowtreeapps.android.shared.lv.AmazingAdapter
 
TAG - Static variable in class com.willowtreeapps.android.shared.lv.AmazingListView
 
transform(Bitmap) - Method in interface com.willowtreeapps.android.shared.ImageTransformation
 
TrivialTrustManager - Class in com.github.droidfu.http.ssl
 
TrivialTrustManager() - Constructor for class com.github.droidfu.http.ssl.TrivialTrustManager
 

U

underscore(String) - Static method in class com.github.droidfu.support.StringSupport
Turns a camel case string into an underscored one, e.g.
unwrap() - Method in interface com.github.droidfu.http.BetterHttpRequest
 
unwrap() - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
unwrap() - Method in interface com.github.droidfu.http.BetterHttpResponse
 
unwrap() - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
unwrap() - Method in class com.github.droidfu.http.CachedHttpRequest
 
unwrap() - Method in class com.github.droidfu.http.CachedHttpResponse
 
updateContents() - Method in class com.willowtreeapps.android.shared.OAKImageCache
Populates the cache with information about images already on disk.
updateProxySettings() - Static method in class com.github.droidfu.http.BetterHttp
 

V

values() - Method in class com.github.droidfu.cachefu.AbstractCache
 

W

weakKeys() - Method in class com.google.common.collect.MapMaker
Specifies that each key (not value) stored in the map should be wrapped in a WeakReference (by default, strong references are used).
weakValues() - Method in class com.google.common.collect.MapMaker
Specifies that each value (not key) stored in the map should be wrapped in a WeakReference (by default, strong references are used).
withTimeout(int) - Method in interface com.github.droidfu.http.BetterHttpRequest
Set the socket timeout for this specific request.
withTimeout(int) - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
withTimeout(int) - Method in class com.github.droidfu.http.CachedHttpRequest
 
writeToParcel(Parcel, int) - Method in class com.github.droidfu.cachefu.CachedList
 
writeToParcel(Parcel, int) - Method in class com.github.droidfu.cachefu.CachedModel
 
writeValueToDisk(File, ValT) - Method in class com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
writeValueToDisk(File, CachedHttpResponse.ResponseData) - Method in class com.github.droidfu.cachefu.HttpResponseCache
 
writeValueToDisk(File, byte[]) - Method in class com.github.droidfu.cachefu.ImageCache
 
writeValueToDisk(File, CachedModel) - Method in class com.github.droidfu.cachefu.ModelCache
 

X

XMLNS - Static variable in interface com.willowtreeapps.android.shared.OAK
 

A B C D E F G H I J K L M N O P R S T U V W X

Copyright © 2011. All Rights Reserved.